﻿2026-06-21T08:16:08.8399631Z ##[group]Run set -euo pipefail
2026-06-21T08:16:08.8400500Z [36;1mset -euo pipefail[0m
2026-06-21T08:16:08.8401228Z [36;1mPIN=0c95435[0m
2026-06-21T08:16:08.8401921Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T08:16:08.8402761Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T08:16:08.8403900Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T08:16:08.8405392Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T08:16:08.8406878Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T08:16:08.8408102Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T08:16:08.8408888Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T08:16:08.8409943Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T08:16:08.8411093Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T08:16:08.8412293Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T08:16:08.8413134Z [36;1mfi[0m
2026-06-21T08:16:08.8414083Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T08:16:08.8429646Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T08:16:08.8430651Z env:
2026-06-21T08:16:08.8431269Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T08:16:08.8432075Z ##[endgroup]
2026-06-21T08:16:09.5082734Z    Compiling proc-macro2 v1.0.106
2026-06-21T08:16:09.5083459Z    Compiling quote v1.0.45
2026-06-21T08:16:09.5083946Z    Compiling unicode-ident v1.0.24
2026-06-21T08:16:09.5084346Z    Compiling libc v0.2.186
2026-06-21T08:16:09.5085243Z    Compiling serde_core v1.0.228
2026-06-21T08:16:09.5085635Z    Compiling cfg-if v1.0.4
2026-06-21T08:16:09.5107943Z    Compiling serde v1.0.228
2026-06-21T08:16:09.5138159Z    Compiling log v0.4.32
2026-06-21T08:16:09.5190416Z    Compiling pin-project-lite v0.2.17
2026-06-21T08:16:09.5227045Z    Compiling typenum v1.20.1
2026-06-21T08:16:09.5307164Z    Compiling portable-atomic v1.13.1
2026-06-21T08:16:09.5338525Z    Compiling version_check v0.9.5
2026-06-21T08:16:09.5339993Z    Compiling memchr v2.8.1
2026-06-21T08:16:09.5370900Z    Compiling shlex v2.0.1
2026-06-21T08:16:09.5371866Z    Compiling critical-section v1.2.0
2026-06-21T08:16:09.5687291Z    Compiling find-msvc-tools v0.1.9
2026-06-21T08:16:09.6029764Z    Compiling futures-core v0.3.32
2026-06-21T08:16:09.6124080Z    Compiling bytes v1.11.1
2026-06-21T08:16:09.6219427Z    Compiling subtle v2.6.1
2026-06-21T08:16:09.7533695Z    Compiling equivalent v1.0.2
2026-06-21T08:16:09.7605223Z    Compiling smallvec v1.15.1
2026-06-21T08:16:09.7976073Z    Compiling itoa v1.0.18
2026-06-21T08:16:09.8091700Z    Compiling semver v1.0.28
2026-06-21T08:16:09.8179334Z    Compiling stable_deref_trait v1.2.1
2026-06-21T08:16:09.8321447Z    Compiling slab v0.4.12
2026-06-21T08:16:09.8541123Z    Compiling generic-array v0.14.7
2026-06-21T08:16:09.8861871Z    Compiling futures-io v0.3.32
2026-06-21T08:16:09.9030913Z    Compiling futures-sink v0.3.32
2026-06-21T08:16:09.9181428Z    Compiling futures-task v0.3.32
2026-06-21T08:16:10.0261215Z    Compiling futures-channel v0.3.32
2026-06-21T08:16:10.0400936Z    Compiling rustversion v1.0.22
2026-06-21T08:16:10.0670526Z    Compiling rustc_version v0.4.1
2026-06-21T08:16:10.0967769Z    Compiling bitflags v2.12.1
2026-06-21T08:16:10.0969269Z    Compiling hashbrown v0.17.1
2026-06-21T08:16:10.1161233Z    Compiling cpufeatures v0.2.17
2026-06-21T08:16:10.1261215Z    Compiling fnv v1.0.7
2026-06-21T08:16:10.1741113Z    Compiling rand_core v0.10.1
2026-06-21T08:16:10.1741997Z    Compiling strsim v0.11.1
2026-06-21T08:16:10.1900805Z    Compiling cfg_aliases v0.2.1
2026-06-21T08:16:10.2310834Z    Compiling litemap v0.8.2
2026-06-21T08:16:10.2741057Z    Compiling writeable v0.6.3
2026-06-21T08:16:10.3652454Z    Compiling utf8_iter v1.0.4
2026-06-21T08:16:10.3750592Z    Compiling getrandom v0.4.2
2026-06-21T08:16:10.3889173Z    Compiling icu_properties_data v2.2.0
2026-06-21T08:16:10.4492627Z    Compiling ident_case v1.0.1
2026-06-21T08:16:10.4986238Z    Compiling dunce v1.0.5
2026-06-21T08:16:10.5360611Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T08:16:10.5460615Z    Compiling fs_extra v1.3.0
2026-06-21T08:16:10.6043618Z    Compiling percent-encoding v2.3.2
2026-06-21T08:16:10.6211286Z    Compiling autocfg v1.5.1
2026-06-21T08:16:10.6267962Z    Compiling http v1.4.1
2026-06-21T08:16:10.7590641Z    Compiling thiserror v2.0.18
2026-06-21T08:16:10.8286492Z    Compiling aws-lc-rs v1.17.0
2026-06-21T08:16:10.8410387Z    Compiling unicode-segmentation v1.13.3
2026-06-21T08:16:10.8530976Z    Compiling cpufeatures v0.3.0
2026-06-21T08:16:10.8850849Z    Compiling scopeguard v1.2.0
2026-06-21T08:16:10.9291243Z    Compiling indexmap v2.14.0
2026-06-21T08:16:10.9360555Z    Compiling chacha20 v0.10.0
2026-06-21T08:16:10.9991406Z    Compiling lock_api v0.4.14
2026-06-21T08:16:11.0181208Z    Compiling form_urlencoded v1.2.2
2026-06-21T08:16:11.0310572Z    Compiling untrusted v0.9.0
2026-06-21T08:16:11.0840431Z    Compiling syn v2.0.117
2026-06-21T08:16:11.1290631Z    Compiling rustls v0.23.40
2026-06-21T08:16:11.1330689Z    Compiling heck v0.5.0
2026-06-21T08:16:11.1700690Z    Compiling anyhow v1.0.102
2026-06-21T08:16:11.1709897Z    Compiling const-oid v0.10.2
2026-06-21T08:16:11.2320696Z    Compiling atomic-waker v1.1.2
2026-06-21T08:16:11.2420623Z    Compiling unicode-xid v0.2.6
2026-06-21T08:16:11.2731316Z    Compiling jobserver v0.1.34
2026-06-21T08:16:11.3150296Z    Compiling convert_case v0.10.0
2026-06-21T08:16:11.3280923Z    Compiling paste v1.0.15
2026-06-21T08:16:11.3441126Z    Compiling zerocopy v0.8.50
2026-06-21T08:16:11.3456930Z    Compiling parking_lot_core v0.9.12
2026-06-21T08:16:11.3506339Z    Compiling httparse v1.10.1
2026-06-21T08:16:11.3553895Z    Compiling num-traits v0.2.19
2026-06-21T08:16:11.4070550Z    Compiling hybrid-array v0.4.12
2026-06-21T08:16:11.4350604Z    Compiling curve25519-dalek v4.1.3
2026-06-21T08:16:11.5506489Z    Compiling cc v1.2.63
2026-06-21T08:16:11.6163479Z    Compiling ahash v0.8.12
2026-06-21T08:16:11.6353309Z    Compiling base64ct v1.8.3
2026-06-21T08:16:11.6700974Z    Compiling fastrand v2.4.1
2026-06-21T08:16:11.6978486Z    Compiling http-body v1.0.1
2026-06-21T08:16:11.7309953Z    Compiling powerfmt v0.2.0
2026-06-21T08:16:11.7630789Z    Compiling either v1.16.0
2026-06-21T08:16:11.7809302Z    Compiling crypto-common v0.1.7
2026-06-21T08:16:11.8070619Z    Compiling block-buffer v0.10.4
2026-06-21T08:16:11.8740491Z    Compiling deranged v0.5.8
2026-06-21T08:16:11.9455591Z    Compiling digest v0.10.7
2026-06-21T08:16:11.9901640Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T08:16:12.0620724Z    Compiling tinyvec_macros v0.1.1
2026-06-21T08:16:12.0751467Z    Compiling tower-service v0.3.3
2026-06-21T08:16:12.1188182Z    Compiling zmij v1.0.21
2026-06-21T08:16:12.1264261Z    Compiling data-encoding v2.11.0
2026-06-21T08:16:12.1643976Z    Compiling vcpkg v0.2.15
2026-06-21T08:16:12.1720866Z    Compiling time-core v0.1.8
2026-06-21T08:16:12.2161014Z    Compiling mio v1.2.1
2026-06-21T08:16:12.3010474Z    Compiling socket2 v0.6.4
2026-06-21T08:16:12.3226021Z    Compiling getrandom v0.2.17
2026-06-21T08:16:12.3733227Z    Compiling base64 v0.22.1
2026-06-21T08:16:12.4159846Z    Compiling try-lock v0.2.5
2026-06-21T08:16:12.4540369Z    Compiling num-conv v0.2.2
2026-06-21T08:16:12.5280291Z    Compiling rand v0.10.1
2026-06-21T08:16:12.5610553Z    Compiling rand_core v0.6.4
2026-06-21T08:16:12.6113701Z    Compiling pkg-config v0.3.33
2026-06-21T08:16:12.6271607Z    Compiling parking_lot v0.12.5
2026-06-21T08:16:12.6418088Z    Compiling want v0.3.1
2026-06-21T08:16:12.7545334Z    Compiling sha2 v0.10.9
2026-06-21T08:16:12.8103395Z    Compiling tinyvec v1.11.0
2026-06-21T08:16:12.8330667Z    Compiling block-buffer v0.12.0
2026-06-21T08:16:12.9820334Z    Compiling cmake v0.1.58
2026-06-21T08:16:13.0990478Z    Compiling crypto-common v0.2.2
2026-06-21T08:16:13.1200572Z    Compiling inout v0.1.4
2026-06-21T08:16:13.1390293Z    Compiling vergen-lib v9.1.0
2026-06-21T08:16:13.2310602Z    Compiling n0-future v0.3.2
2026-06-21T08:16:13.2410389Z    Compiling winnow v1.0.3
2026-06-21T08:16:13.3036942Z    Compiling serde_json v1.0.150
2026-06-21T08:16:13.3442018Z    Compiling httpdate v1.0.3
2026-06-21T08:16:13.3524022Z    Compiling spin v0.10.0
2026-06-21T08:16:13.3543339Z    Compiling parking v2.2.1
2026-06-21T08:16:13.3544523Z    Compiling crossbeam-utils v0.8.21
2026-06-21T08:16:13.4778165Z    Compiling diatomic-waker v0.2.3
2026-06-21T08:16:13.4850176Z    Compiling cordyceps v0.3.4
2026-06-21T08:16:13.4989526Z    Compiling signature v2.2.0
2026-06-21T08:16:13.5172975Z    Compiling futures-lite v2.6.1
2026-06-21T08:16:13.5337071Z    Compiling cipher v0.4.4
2026-06-21T08:16:13.5523518Z    Compiling netlink-packet-core v0.8.1
2026-06-21T08:16:13.5527744Z    Compiling universal-hash v0.5.1
2026-06-21T08:16:13.6028254Z    Compiling ed25519 v2.2.3
2026-06-21T08:16:13.6360774Z    Compiling vergen-lib v0.1.6
2026-06-21T08:16:13.6425274Z    Compiling vergen v9.1.0
2026-06-21T08:16:13.6673063Z    Compiling heapless v0.7.17
2026-06-21T08:16:13.6880290Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T08:16:13.7738704Z    Compiling noq-udp v0.10.0
2026-06-21T08:16:13.7933271Z    Compiling sync_wrapper v1.0.2
2026-06-21T08:16:13.8240736Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T08:16:13.8310394Z    Compiling aws-lc-sys v0.41.0
2026-06-21T08:16:13.8391469Z    Compiling ring v0.17.14
2026-06-21T08:16:13.8610775Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T08:16:13.8939541Z    Compiling futures-buffered v0.2.13
2026-06-21T08:16:13.9048745Z    Compiling allocator-api2 v0.2.21
2026-06-21T08:16:13.9106863Z    Compiling byteorder v1.5.0
2026-06-21T08:16:13.9114029Z    Compiling opaque-debug v0.3.1
2026-06-21T08:16:13.9780713Z    Compiling digest v0.11.3
2026-06-21T08:16:13.9999739Z    Compiling polyval v0.6.2
2026-06-21T08:16:14.1820404Z    Compiling hash32 v0.2.1
2026-06-21T08:16:14.2087722Z    Compiling spin v0.9.8
2026-06-21T08:16:14.2225129Z    Compiling vergen-gitcl v1.0.8
2026-06-21T08:16:14.2570635Z    Compiling ryu v1.0.23
2026-06-21T08:16:14.3102264Z    Compiling fallible-iterator v0.3.0
2026-06-21T08:16:14.3570930Z    Compiling num_threads v0.1.7
2026-06-21T08:16:14.3835458Z    Compiling tower-layer v0.3.3
2026-06-21T08:16:14.4460720Z    Compiling signature v3.0.0
2026-06-21T08:16:14.4760091Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T08:16:14.5021885Z    Compiling time v0.3.47
2026-06-21T08:16:14.5552377Z    Compiling ghash v0.5.1
2026-06-21T08:16:14.5710365Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T08:16:14.6119143Z    Compiling ctr v0.9.2
2026-06-21T08:16:14.6121901Z    Compiling aes v0.8.4
2026-06-21T08:16:14.6188157Z    Compiling fs2 v0.4.3
2026-06-21T08:16:14.6660816Z    Compiling aead v0.5.2
2026-06-21T08:16:14.7070537Z    Compiling http-body-util v0.1.3
2026-06-21T08:16:14.7785857Z    Compiling openssl-probe v0.2.1
2026-06-21T08:16:14.7960808Z    Compiling crossbeam-channel v0.5.15
2026-06-21T08:16:14.8061188Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T08:16:14.9957921Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T08:16:15.0165575Z    Compiling netlink-packet-route v0.29.0
2026-06-21T08:16:15.0166157Z    Compiling blake3 v1.8.5
2026-06-21T08:16:15.0434848Z    Compiling uuid v1.23.2
2026-06-21T08:16:15.1860786Z    Compiling memoffset v0.6.5
2026-06-21T08:16:15.3081046Z    Compiling aes-gcm v0.10.3
2026-06-21T08:16:15.3214385Z    Compiling acto v0.8.2
2026-06-21T08:16:15.3599642Z    Compiling netwatch v0.16.0
2026-06-21T08:16:15.4241062Z    Compiling noq v0.18.0
2026-06-21T08:16:15.4779520Z    Compiling thiserror v1.0.69
2026-06-21T08:16:15.5201039Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T08:16:15.5515533Z    Compiling rustc-hash v2.1.2
2026-06-21T08:16:15.5969194Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T08:16:15.5980131Z    Compiling tagptr v0.2.0
2026-06-21T08:16:15.6454223Z    Compiling ref-cast v1.0.25
2026-06-21T08:16:15.6680694Z    Compiling rustix v1.1.4
2026-06-21T08:16:15.6756284Z    Compiling lru-slab v0.1.2
2026-06-21T08:16:15.7570677Z    Compiling mac-addr v0.3.0
2026-06-21T08:16:15.7640830Z    Compiling identity-hash v0.1.0
2026-06-21T08:16:15.7990938Z    Compiling xml-rs v0.8.28
2026-06-21T08:16:15.8602132Z    Compiling foldhash v0.2.0
2026-06-21T08:16:16.0057538Z    Compiling hashbrown v0.16.1
2026-06-21T08:16:16.0579197Z    Compiling netlink-packet-route v0.30.0
2026-06-21T08:16:16.1142090Z    Compiling termios v0.2.2
2026-06-21T08:16:16.1430761Z    Compiling serial-core v0.4.0
2026-06-21T08:16:16.2211584Z    Compiling errno v0.3.14
2026-06-21T08:16:16.2432138Z    Compiling ioctl-rs v0.1.6
2026-06-21T08:16:16.3282788Z    Compiling simple-dns v0.9.3
2026-06-21T08:16:16.3371579Z    Compiling aho-corasick v1.1.4
2026-06-21T08:16:16.3695053Z    Compiling synstructure v0.13.2
2026-06-21T08:16:16.5639331Z    Compiling darling_core v0.20.11
2026-06-21T08:16:16.7270723Z    Compiling proc-macro-crate v3.5.0
2026-06-21T08:16:16.7840532Z    Compiling xmltree v0.10.3
2026-06-21T08:16:16.8191409Z    Compiling serde_derive_internals v0.29.1
2026-06-21T08:16:16.9737018Z    Compiling simdutf8 v0.1.5
2026-06-21T08:16:17.0054436Z    Compiling regex-syntax v0.8.10
2026-06-21T08:16:17.0721755Z    Compiling signal-hook v0.3.18
2026-06-21T08:16:17.1239084Z    Compiling toml_write v0.1.2
2026-06-21T08:16:17.2233336Z    Compiling linux-raw-sys v0.12.1
2026-06-21T08:16:17.3530399Z    Compiling smol_str v0.1.24
2026-06-21T08:16:17.3561210Z    Compiling winnow v0.7.15
2026-06-21T08:16:17.3741136Z    Compiling arrayref v0.3.9
2026-06-21T08:16:17.4440461Z    Compiling constant_time_eq v0.4.2
2026-06-21T08:16:17.4961596Z    Compiling arrayvec v0.7.6
2026-06-21T08:16:17.5990855Z    Compiling sha1_smol v1.0.1
2026-06-21T08:16:17.6591291Z    Compiling resolv-conf v0.7.6
2026-06-21T08:16:17.8222098Z    Compiling lru v0.16.4
2026-06-21T08:16:17.9641105Z    Compiling darling_core v0.23.0
2026-06-21T08:16:18.0004408Z    Compiling signal-hook-registry v1.4.8
2026-06-21T08:16:18.1590699Z    Compiling serial-unix v0.4.0
2026-06-21T08:16:18.3630705Z    Compiling serde_derive v1.0.228
2026-06-21T08:16:18.3991328Z    Compiling zeroize_derive v1.4.3
2026-06-21T08:16:18.4283283Z    Compiling tokio-macros v2.7.0
2026-06-21T08:16:18.4510660Z    Compiling zerofrom-derive v0.1.7
2026-06-21T08:16:18.8590302Z    Compiling futures-macro v0.3.32
2026-06-21T08:16:18.9646086Z    Compiling zeroize v1.8.2
2026-06-21T08:16:19.1390566Z    Compiling yoke-derive v0.8.2
2026-06-21T08:16:19.1467167Z    Compiling tokio v1.52.3
2026-06-21T08:16:19.7744344Z    Compiling futures-util v0.3.32
2026-06-21T08:16:19.8708631Z    Compiling zerovec-derive v0.11.3
2026-06-21T08:16:19.8804678Z    Compiling zerofrom v0.1.8
2026-06-21T08:16:19.8887829Z    Compiling displaydoc v0.2.6
2026-06-21T08:16:19.9865250Z    Compiling tracing-attributes v0.1.31
2026-06-21T08:16:20.0305604Z    Compiling rustls-pki-types v1.14.1
2026-06-21T08:16:20.1680492Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T08:16:20.4438895Z    Compiling yoke v0.8.3
2026-06-21T08:16:20.6668409Z    Compiling thiserror-impl v2.0.18
2026-06-21T08:16:20.8243236Z    Compiling zerotrie v0.2.4
2026-06-21T08:16:20.9073603Z    Compiling darling_macro v0.20.11
2026-06-21T08:16:21.2256655Z    Compiling derive_more-impl v2.1.1
2026-06-21T08:16:21.2460574Z    Compiling spez v0.1.2
2026-06-21T08:16:21.2623988Z    Compiling darling v0.20.11
2026-06-21T08:16:21.3157630Z    Compiling n0-error-macros v0.1.3
2026-06-21T08:16:21.3401604Z    Compiling derive_builder_core v0.20.2
2026-06-21T08:16:21.3590805Z    Compiling zerovec v0.11.6
2026-06-21T08:16:21.6710886Z    Compiling der v0.8.0-rc.10
2026-06-21T08:16:21.6740695Z    Compiling pin-project-internal v1.1.13
2026-06-21T08:16:22.1580966Z    Compiling tinystr v0.8.3
2026-06-21T08:16:22.4093538Z    Compiling icu_locale_core v2.2.0
2026-06-21T08:16:22.4848070Z    Compiling potential_utf v0.1.5
2026-06-21T08:16:22.6130898Z    Compiling n0-error v0.1.3
2026-06-21T08:16:22.6650572Z    Compiling icu_collections v2.2.0
2026-06-21T08:16:22.7470815Z    Compiling derive_builder_macro v0.20.2
2026-06-21T08:16:22.9942282Z    Compiling cobs v0.3.0
2026-06-21T08:16:23.0530388Z    Compiling derive_builder v0.20.2
2026-06-21T08:16:23.1710760Z    Compiling pin-project v1.1.13
2026-06-21T08:16:23.1830702Z    Compiling spki v0.8.0-rc.4
2026-06-21T08:16:23.2711262Z    Compiling ed25519-dalek v2.2.0
2026-06-21T08:16:23.4440586Z    Compiling ipnet v2.12.0
2026-06-21T08:16:23.4519299Z    Compiling futures-executor v0.3.32
2026-06-21T08:16:23.6240461Z    Compiling icu_provider v2.2.0
2026-06-21T08:16:23.6300248Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T08:16:23.6440798Z    Compiling futures v0.3.32
2026-06-21T08:16:23.6543160Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T08:16:23.7760366Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T08:16:23.8511123Z    Compiling prefix-trie v0.8.4
2026-06-21T08:16:24.0590398Z    Compiling icu_properties v2.2.0
2026-06-21T08:16:24.2085802Z    Compiling once_cell v1.21.4
2026-06-21T08:16:24.2230782Z    Compiling icu_normalizer v2.2.0
2026-06-21T08:16:24.2778570Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T08:16:24.3170745Z    Compiling postcard-derive v0.2.2
2026-06-21T08:16:24.4700759Z    Compiling tracing-core v0.1.36
2026-06-21T08:16:24.6465218Z    Compiling rustls-native-certs v0.8.4
2026-06-21T08:16:24.7020749Z    Compiling data-encoding-macro v0.1.20
2026-06-21T08:16:24.7558147Z    Compiling hashbrown v0.14.5
2026-06-21T08:16:24.7956997Z    Compiling async-trait v0.1.89
2026-06-21T08:16:24.8623538Z    Compiling postcard v1.1.3
2026-06-21T08:16:25.0749504Z    Compiling tracing v0.1.44
2026-06-21T08:16:25.1661043Z    Compiling enum-assoc v1.3.0
2026-06-21T08:16:25.1942785Z    Compiling tokio-util v0.7.18
2026-06-21T08:16:25.4084826Z    Compiling netlink-sys v0.8.8
2026-06-21T08:16:25.4200641Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T08:16:25.4280635Z    Compiling tower v0.5.3
2026-06-21T08:16:25.4561456Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T08:16:25.6063342Z    Compiling idna_adapter v1.2.2
2026-06-21T08:16:25.6757331Z    Compiling derive_more v2.1.1
2026-06-21T08:16:25.7015593Z    Compiling hashlink v0.9.1
2026-06-21T08:16:25.7511461Z    Compiling idna v1.1.0
2026-06-21T08:16:25.7671428Z    Compiling num_enum_derive v0.7.6
2026-06-21T08:16:25.8921539Z    Compiling strum_macros v0.28.0
2026-06-21T08:16:25.9067945Z    Compiling netdev v0.42.0
2026-06-21T08:16:25.9121675Z    Compiling netlink-proto v0.12.0
2026-06-21T08:16:25.9330827Z    Compiling iroh-relay v0.98.0
2026-06-21T08:16:25.9564390Z    Compiling iroh-metrics v0.38.3
2026-06-21T08:16:25.9888909Z    Compiling moka v0.12.15
2026-06-21T08:16:26.0069976Z    Compiling toml_datetime v0.6.11
2026-06-21T08:16:26.0203803Z    Compiling serde_spanned v0.6.9
2026-06-21T08:16:26.0588667Z    Compiling rusqlite v0.32.1
2026-06-21T08:16:26.0669211Z    Compiling ref-cast-impl v1.0.25
2026-06-21T08:16:26.1641230Z    Compiling thiserror-impl v1.0.69
2026-06-21T08:16:26.2350727Z    Compiling toml_edit v0.22.27
2026-06-21T08:16:26.2556177Z    Compiling webpki-roots v1.0.7
2026-06-21T08:16:26.3640584Z    Compiling url v2.5.8
2026-06-21T08:16:26.3710674Z    Compiling h2 v0.4.14
2026-06-21T08:16:26.7340562Z    Compiling n0-watcher v0.6.1
2026-06-21T08:16:26.9090518Z    Compiling num_enum v0.7.6
2026-06-21T08:16:27.0019448Z    Compiling tokio-stream v0.1.18
2026-06-21T08:16:27.1074989Z    Compiling regex-automata v0.4.14
2026-06-21T08:16:27.1289769Z    Compiling schemars_derive v1.2.1
2026-06-21T08:16:27.2180806Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T08:16:27.2801796Z    Compiling tower-http v0.6.11
2026-06-21T08:16:27.3741096Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T08:16:27.6410048Z    Compiling iroh-base v0.98.0
2026-06-21T08:16:27.6470842Z    Compiling attohttpc v0.30.1
2026-06-21T08:16:27.7651342Z    Compiling serde_bytes v0.11.19
2026-06-21T08:16:27.7920325Z    Compiling seize v0.5.1
2026-06-21T08:16:27.8460814Z    Compiling hmac v0.12.1
2026-06-21T08:16:27.9652807Z    Compiling iroh v0.98.2
2026-06-21T08:16:28.0135882Z    Compiling pin-utils v0.1.0
2026-06-21T08:16:28.0531007Z    Compiling dyn-clone v1.0.20
2026-06-21T08:16:28.0827936Z    Compiling utf8parse v0.2.2
2026-06-21T08:16:28.1880581Z    Compiling cmov v0.5.4
2026-06-21T08:16:28.1960351Z    Compiling rustix v0.38.44
2026-06-21T08:16:28.2404645Z    Compiling bitflags v1.3.2
2026-06-21T08:16:28.2780555Z    Compiling anstyle-parse v1.0.0
2026-06-21T08:16:28.3210482Z    Compiling nix v0.25.1
2026-06-21T08:16:28.4240593Z    Compiling ctutils v0.4.2
2026-06-21T08:16:28.4560990Z    Compiling papaya v0.2.4
2026-06-21T08:16:28.4660589Z    Compiling hkdf v0.12.4
2026-06-21T08:16:28.5970400Z    Compiling filedescriptor v0.8.3
2026-06-21T08:16:28.6180804Z    Compiling backon v1.6.0
2026-06-21T08:16:28.7196165Z    Compiling darling_macro v0.23.0
2026-06-21T08:16:28.7340592Z    Compiling strum v0.28.0
2026-06-21T08:16:28.8320857Z    Compiling iroh-dns v0.98.0
2026-06-21T08:16:28.8690399Z    Compiling toml v0.8.23
2026-06-21T08:16:28.9300435Z    Compiling serial v0.4.0
2026-06-21T08:16:29.0270661Z    Compiling instability v0.3.12
2026-06-21T08:16:29.0910501Z    Compiling anstyle-query v1.1.5
2026-06-21T08:16:29.2145780Z    Compiling foldhash v0.1.5
2026-06-21T08:16:29.2540518Z    Compiling colorchoice v1.0.5
2026-06-21T08:16:29.2924125Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T08:16:29.3574768Z    Compiling anstyle v1.0.14
2026-06-21T08:16:29.3717981Z    Compiling downcast-rs v1.2.1
2026-06-21T08:16:29.4000739Z    Compiling schemars v1.2.1
2026-06-21T08:16:29.4096700Z    Compiling shell-words v1.1.1
2026-06-21T08:16:29.4292583Z    Compiling linux-raw-sys v0.4.15
2026-06-21T08:16:29.4410620Z    Compiling hashbrown v0.15.5
2026-06-21T08:16:29.4720632Z    Compiling signal-hook-mio v0.2.5
2026-06-21T08:16:29.5033358Z    Compiling darling v0.23.0
2026-06-21T08:16:29.5670517Z    Compiling anstream v1.0.0
2026-06-21T08:16:29.5890608Z    Compiling spake2 v0.4.0
2026-06-21T08:16:29.5935257Z    Compiling terminal_size v0.4.4
2026-06-21T08:16:29.6027808Z    Compiling strum_macros v0.26.4
2026-06-21T08:16:29.7461242Z    Compiling sha1 v0.10.6
2026-06-21T08:16:29.9260542Z    Compiling itertools v0.13.0
2026-06-21T08:16:29.9881039Z    Compiling castaway v0.2.4
2026-06-21T08:16:30.0070836Z    Compiling clap_lex v1.1.0
2026-06-21T08:16:30.0345408Z    Compiling indoc v2.0.7
2026-06-21T08:16:30.1000476Z    Compiling unicode-width v0.1.14
2026-06-21T08:16:30.2790618Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T08:16:30.3200842Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T08:16:30.4220646Z    Compiling regex v1.12.3
2026-06-21T08:16:30.5620617Z    Compiling static_assertions v1.1.0
2026-06-21T08:16:30.6490832Z    Compiling doctest-file v1.1.1
2026-06-21T08:16:31.0740715Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T08:16:31.1427200Z    Compiling crossterm v0.28.1
2026-06-21T08:16:31.1754770Z    Compiling interprocess v2.4.2
2026-06-21T08:16:31.2638490Z    Compiling compact_str v0.8.2
2026-06-21T08:16:31.7790968Z    Compiling hyper v1.10.1
2026-06-21T08:16:31.9020277Z    Compiling unicode-truncate v1.1.0
2026-06-21T08:16:32.0501817Z    Compiling lru v0.12.5
2026-06-21T08:16:32.1350572Z    Compiling clap_builder v4.6.0
2026-06-21T08:16:32.1510687Z    Compiling strum v0.26.3
2026-06-21T08:16:32.1648120Z    Compiling clap_derive v4.6.1
2026-06-21T08:16:32.2278421Z    Compiling cassowary v0.3.0
2026-06-21T08:16:32.2565335Z    Compiling unicode-width v0.2.0
2026-06-21T08:16:32.2847909Z    Compiling iana-time-zone v0.1.65
2026-06-21T08:16:32.5889650Z    Compiling portable-pty v0.8.1
2026-06-21T08:16:32.6083317Z    Compiling ratatui v0.29.0
2026-06-21T08:16:32.6189451Z    Compiling chrono v0.4.45
2026-06-21T08:16:32.7750765Z    Compiling nucleo-matcher v0.3.1
2026-06-21T08:16:33.0644828Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T08:16:33.1011445Z    Compiling qrcode v0.14.1
2026-06-21T08:16:33.2100830Z    Compiling tempfile v3.27.0
2026-06-21T08:16:33.8617825Z    Compiling hyper-util v0.1.20
2026-06-21T08:16:34.1038876Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T08:16:34.8491438Z    Compiling clap v4.6.1
2026-06-21T08:16:35.8391317Z    Compiling igd-next v0.17.1
2026-06-21T08:16:36.9154217Z    Compiling portmapper v0.16.0
2026-06-21T08:16:41.4776578Z    Compiling rustls-webpki v0.103.13
2026-06-21T08:16:43.8105882Z    Compiling tokio-rustls v0.26.4
2026-06-21T08:16:43.8108697Z    Compiling noq-proto v0.17.0
2026-06-21T08:16:43.8109181Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T08:16:43.9633567Z    Compiling hyper-rustls v0.27.9
2026-06-21T08:16:43.9635287Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T08:16:43.9635812Z    Compiling tokio-websockets v0.13.2
2026-06-21T08:16:44.0911606Z    Compiling reqwest v0.13.4
2026-06-21T08:16:45.0258218Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T08:16:58.7090933Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T08:17:00.0610393Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T08:17:07.1255600Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T08:17:10.7930291Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-21T08:17:10.8147548Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T08:17:10.8162153Z 
2026-06-21T08:17:10.8162487Z running 1 test
2026-06-21T08:17:17.0022021Z test new_brain_serves_against_old_broker ... ok
2026-06-21T08:17:17.0022350Z 
2026-06-21T08:17:17.0022688Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T08:17:17.0023051Z 
